home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Source Code
/
Visual Basic Source Code.iso
/
vbsource
/
winsweep
/
winsweep.hlp
< prev
next >
Wrap
Text File
|
1991-06-04
|
2KB
|
44 lines
msg$=msg$+"HELP FOR WINSWEEP"+chr(13)+chr(10)
msg$=msg$+""+chr(13)+chr(10)
msg$=msg$+"WinSweep is a tool for browsing among your files. "+chr(13)+chr(10)
msg$=msg$+""+chr(13)+chr(10)
msg$=msg$+"Command buttons"+chr(13)+chr(10)
msg$=msg$+"------------------------------------------------------------------------------"+chr(13)+chr(10)
msg$=msg$+"Save"+chr(13)+chr(10)
msg$=msg$+""+chr(13)+chr(10)
msg$=msg$+"Save the current file. This command saves the text buffer into"+chr(13)+chr(10)
msg$=msg$+"the current file. A .bak file is created with the original file contents."+chr(13)+chr(10)
msg$=msg$+"Save won┤t work if the file has been truncated during read."+chr(13)+chr(10)
msg$=msg$+"Do not use this command on executable files."+chr(13)+chr(10)
msg$=msg$+""+chr(13)+chr(10)
msg$=msg$+"Delete"+chr(13)+chr(10)
msg$=msg$+""+chr(13)+chr(10)
msg$=msg$+"Delete the current file selected in the file selection window."+chr(13)+chr(10)
msg$=msg$+""+chr(13)+chr(10)
msg$=msg$+"Copy"+chr(13)+chr(10)
msg$=msg$+""+chr(13)+chr(10)
msg$=msg$+"Copy the current file to a new filename. Full DOS path is supported."+chr(13)+chr(10)
msg$=msg$+""+chr(13)+chr(10)
msg$=msg$+"Run"+chr(13)+chr(10)
msg$=msg$+""+chr(13)+chr(10)
msg$=msg$+"If the current file is executable the run command launches it."+chr(13)+chr(10)
msg$=msg$+""+chr(13)+chr(10)
msg$=msg$+"Quit"+chr(13)+chr(10)
msg$=msg$+""+chr(13)+chr(10)
msg$=msg$+"Terminate WinSweep."+chr(13)+chr(10)
msg$=msg$+""+chr(13)+chr(10)
msg$=msg$+"? "+chr(13)+chr(10)
msg$=msg$+""+chr(13)+chr(10)
msg$=msg$+"Show the help window with this text."+chr(13)+chr(10)
msg$=msg$+""+chr(13)+chr(10)
msg$=msg$+"SHORTCUTS"+chr(13)+chr(10)
msg$=msg$+""+chr(13)+chr(10)
msg$=msg$+"Pressing the alt key together with one of the following keys"+chr(13)+chr(10)
msg$=msg$+"will activate the named command."+chr(13)+chr(10)
msg$=msg$+""+chr(13)+chr(10)
msg$=msg$+"alt-S - Save command"+chr(13)+chr(10)
msg$=msg$+"alt-D - Delete command"+chr(13)+chr(10)
msg$=msg$+"alt-C - Copy command"+chr(13)+chr(10)
msg$=msg$+"alt-R - Run command"+chr(13)+chr(10)
msg$=msg$+"alt-Q - Quit command"+chr(13)+chr(10)
msg$=msg$+"alt-? - Help command